home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / lue.doc < prev    next >
Text File  |  1985-06-03  |  2KB  |  60 lines

  1.  
  2. LUE Command
  3. -----------
  4.  
  5. Purpose:   Extract one or more files (members) from an LU or LAR type library.
  6.  
  7. Format:    LUE  [d:][path]filename[.ext] [mbrname[.ext]]
  8.  
  9. Remarks:   The library name must be supplied. It may contain a drive
  10.        and/or path names, but may not contain wildcards.
  11.  
  12.        If the member name is omitted, all files are extracted.
  13.  
  14.        Wildcards may be used in the member name.
  15.  
  16.        The output file names are taken from the member names.
  17.  
  18.        The date and time of the output file(s) are set to the same
  19.        date and time as the input library file, unless they are
  20.        stored in the directory entry.
  21.  
  22.        Directory entry format:
  23.         0 - status flag
  24.         1 - filename in FCB format
  25.            12 - offset to data
  26.            14 - length of data, 128-byte sectors
  27.            16 - creation date, MM-DD-YY
  28.            24 - creation time, HH:MM:SS
  29.  
  30. Examples:
  31.        - Extract all members from file TEST.LBR
  32.  
  33.         LUE B:TEST.LBR
  34.  
  35.        - Extract all COM files from file PGM.LBR
  36.  
  37.         LUE PGM.LBR *.COM
  38.  
  39.        - Extract member PROG.BAK from file SOURCE.LBR
  40.  
  41.         LUE C:\STUFF\SOURCE.LBR PROG.BAK
  42.  
  43.  
  44. Notes:       Written for the IBM PC using DOS 2.0 or later,
  45.        by Vernon Buerg. For public domain use.
  46.  
  47.        LUE duplicates the A and E function of LU. The advantages
  48.        of LUE are:
  49.  
  50.        - smaller, so a copy can be kept on the "system" disk
  51.        - faster, mucho
  52.        - handles paths and wildcards.
  53.        - retains input file or member date/time
  54.  
  55.        Version 1.6, June 26, 1984
  56.        Version 1.7, August 8, 1984.
  57.         Corrects problem extracting large files.
  58.         Checks for new CRC codes in directory.
  59.  
  60.